home *** CD-ROM | disk | FTP | other *** search
- global foreframe, delaytime, pause, movieshow, qtframelist, moviepos, g_pause, womannum, pict, g_image
-
- on exitFrame
- if rollOver(38) then
- go(the frame + 1)
- else
- if rollOver(39) then
- go(the frame + 2)
- else
- if rollOver(40) then
- go(the frame + 3)
- else
- if rollOver(41) then
- go(the frame + 4)
- else
- if rollOver(42) then
- go(the frame + 5)
- else
- if rollOver(43) then
- go(the frame + 6)
- else
- if rollOver(44) then
- go(the frame + 7)
- else
- if rollOver(35) or rollOver(36) then
- go(the frame)
- else
- startTimer()
- repeat with i = 38 to 40
- puppetSprite(i, 0)
- end repeat
- if movieshow = 1 then
- set the keyDownScript to "checkkeytab"
- else
- set the keyDownScript to "checkkey0"
- end if
- if movieshow = 1 then
- go("move")
- else
- if g_pause = 1 then
- go("pa")
- else
- go("from")
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end if
- end
-